home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TSSLTUNNELDIALOG / TSSLTUNNELDIALOG.txt
Text File  |  2010-10-15  |  4KB  |  225 lines

  1. object SSLTunnelDialog: TSSLTunnelDialog
  2.   Left = 331
  3.   Top = 269
  4.   HelpContext = 596
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'SSL Tunnel'
  7.   ClientHeight = 264
  8.   ClientWidth = 458
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Microsoft Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCloseQuery = FormCloseQuery
  19.   OnKeyPress = FormKeyPress
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object BottomButtonPanel: TTntPanel
  24.     Left = 0
  25.     Top = 235
  26.     Width = 458
  27.     Height = 29
  28.     Align = alBottom
  29.     BevelOuter = bvNone
  30.     TabOrder = 0
  31.     DesignSize = (
  32.       458
  33.       29)
  34.     object OKButton: TTntButton
  35.       Left = 301
  36.       Top = 4
  37.       Width = 75
  38.       Height = 23
  39.       Anchors = [akTop, akRight]
  40.       Caption = '&OK'
  41.       Default = True
  42.       ModalResult = 1
  43.       TabOrder = 0
  44.     end
  45.     object CancelButton: TTntButton
  46.       Left = 380
  47.       Top = 4
  48.       Width = 75
  49.       Height = 23
  50.       Anchors = [akTop, akRight]
  51.       Caption = '&Cancel'
  52.       ModalResult = 2
  53.       TabOrder = 1
  54.     end
  55.   end
  56.   object TunnelBox: TTntGroupBox
  57.     Left = 0
  58.     Top = 0
  59.     Width = 458
  60.     Height = 235
  61.     Align = alClient
  62.     Caption = 'SSL Tunnel'
  63.     TabOrder = 1
  64.     object DescL: TTntLabel
  65.       Left = 9
  66.       Top = 139
  67.       Width = 56
  68.       Height = 13
  69.       Caption = 'Description:'
  70.     end
  71.     object DestCL: TTntLabel
  72.       Left = 9
  73.       Top = 115
  74.       Width = 106
  75.       Height = 13
  76.       Caption = 'Destination Certificate:'
  77.     end
  78.     object SourceCL: TTntLabel
  79.       Left = 9
  80.       Top = 67
  81.       Width = 87
  82.       Height = 13
  83.       Caption = 'Source Certificate:'
  84.     end
  85.     object RightsL: TTntLabel
  86.       Left = 9
  87.       Top = 163
  88.       Width = 30
  89.       Height = 13
  90.       Caption = 'Rules:'
  91.     end
  92.     object SourceL: TTntLabel
  93.       Left = 9
  94.       Top = 43
  95.       Width = 37
  96.       Height = 13
  97.       Caption = 'Source:'
  98.     end
  99.     object DestL: TTntLabel
  100.       Left = 9
  101.       Top = 91
  102.       Width = 56
  103.       Height = 13
  104.       Caption = 'Destination:'
  105.     end
  106.     object CAL: TTntLabel
  107.       Left = 9
  108.       Top = 209
  109.       Width = 84
  110.       Height = 13
  111.       Caption = 'CA File (Optional):'
  112.     end
  113.     object DescEdit: TTntEdit
  114.       Left = 136
  115.       Top = 136
  116.       Width = 310
  117.       Height = 21
  118.       TabOrder = 7
  119.     end
  120.     object DestCertEdit: TTntComboBox
  121.       Left = 136
  122.       Top = 112
  123.       Width = 290
  124.       Height = 21
  125.       Style = csSimple
  126.       ItemHeight = 13
  127.       TabOrder = 5
  128.       OnChange = SourceCertEditChange
  129.       Items.Strings = (
  130.         'SSL')
  131.     end
  132.     object SourceCertEdit: TTntComboBox
  133.       Left = 136
  134.       Top = 64
  135.       Width = 290
  136.       Height = 21
  137.       Style = csSimple
  138.       ItemHeight = 13
  139.       TabOrder = 2
  140.       OnChange = SourceCertEditChange
  141.       Items.Strings = (
  142.         'SSL')
  143.     end
  144.     object RightsEdit: TTntEdit
  145.       Left = 136
  146.       Top = 160
  147.       Width = 310
  148.       Height = 21
  149.       TabOrder = 8
  150.     end
  151.     object Active: TTntCheckBox
  152.       Left = 9
  153.       Top = 20
  154.       Width = 176
  155.       Height = 17
  156.       Caption = 'Active'
  157.       TabOrder = 0
  158.     end
  159.     object SourceEdit: TTntEdit
  160.       Left = 136
  161.       Top = 40
  162.       Width = 310
  163.       Height = 21
  164.       TabOrder = 1
  165.     end
  166.     object DestEdit: TTntEdit
  167.       Left = 136
  168.       Top = 88
  169.       Width = 310
  170.       Height = 21
  171.       TabOrder = 4
  172.     end
  173.     object RequirePeer: TTntCheckBox
  174.       Left = 9
  175.       Top = 187
  176.       Width = 312
  177.       Height = 17
  178.       Caption = 'Require and verify peer certificate'
  179.       TabOrder = 9
  180.       OnClick = SourceCertEditChange
  181.     end
  182.     object SrcB: TTntButton
  183.       Left = 426
  184.       Top = 64
  185.       Width = 20
  186.       Height = 21
  187.       Caption = '...'
  188.       TabOrder = 3
  189.       OnClick = SrcBClick
  190.     end
  191.     object DstB: TTntButton
  192.       Tag = 1
  193.       Left = 426
  194.       Top = 112
  195.       Width = 20
  196.       Height = 21
  197.       Caption = '...'
  198.       TabOrder = 6
  199.       OnClick = SrcBClick
  200.     end
  201.     object CAEdit: TTntComboBox
  202.       Left = 136
  203.       Top = 206
  204.       Width = 290
  205.       Height = 21
  206.       Style = csSimple
  207.       ItemHeight = 13
  208.       TabOrder = 10
  209.       OnChange = SourceCertEditChange
  210.       Items.Strings = (
  211.         'SSL')
  212.     end
  213.     object CAB: TTntButton
  214.       Tag = 2
  215.       Left = 426
  216.       Top = 206
  217.       Width = 20
  218.       Height = 21
  219.       Caption = '...'
  220.       TabOrder = 11
  221.       OnClick = SrcBClick
  222.     end
  223.   end
  224. end
  225.